OfficeForms Class

Represents a container for a form.

Definition

Namespace: Independentsoft.Office.Odf.Forms
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class OfficeForms : IContentElement
Inheritance
Object    OfficeForms
Implements
IContentElement

Constructors

OfficeForms Initializes a new instance of the OfficeForms class.

Properties

ApplyDesignMode Specifies whether the consumer is supposed to present the forms in this document in editable or fill-out state.
AutomaticFocus Specifies whether the consumer loading the document should set the focus to a form control.
Content Contains a collection of IOfficeFormsContent objects.
EventListeners Contains a collection of IEventListener objects.
Properties Contains a collection of FormProperty objects.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetContentElements Returns all content elements.
GetHashCode
(Inherited from Object)
GetParent Returns the parent element.
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current OfficeForms object to its equivalent string representation.
(Overrides ObjectToString)

See Also